You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > Matrix.MaxMinRows Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.MaxMinRows Method

Compute maximum and minimum of each row.

Syntax
C#
Visual Basic
public void MaxMinRows([In] TVec DstMaxRows, [In] TVec DstMinRows);

Compute maximum and minimum of each row and store the result in to Dst vectors. The Dst's are sized automatically.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!